KMOLab basis <<
Previous Next >> Python program
Cmsimde create
Step1:
Go to 2021 可攜程式系統
First download the 下載 kmol2021_spring_v2.7z compressed file, and extract the file to the flash drive.
Step2:
Set gitconfig and save this file in the home directory.
First go to home and select the .config file.


Step3:
Drag the .config file to (Untitled)-SciTE,modify the name and mailbox to your student ID.

Step4:
Go to https://github.com/mdecourse/cmstemplate,And click on the red box below.

Step5:
Establish cd2021 warehouse.

Step6:
After completing the cd 2021 storage, click the settings below.

Step7:
Slide to the GitHub Pages below to create GitHub Pages.

Step8:
Open cmd, and enter cd tmp
Re-enter: git clone --recurse-submodules https://github.com/40823108/cd2021.git

Step9:
Test whether the website is established.
Y:\tmp\cd2021\cmsimde>python wsgi.py

Step10:
Open the browser and enter https://localhost:9443, click Advanced.

Step11:
Click to continue.

Step12:
Click login.

Step13:
enter password.

Step14:
Can start editing the website.

Step15:
Upload the file to github.
Y:\tmp\cd2021>git add .

Step16:
Y:\tmp\cd2021>git commit -m "add"

Step17:
Y:\tmp\cd2021>git push

Step18:
Successfully established a website.

KMOLab basis <<
Previous Next >> Python program